From: Keir Fraser Date: Mon, 16 Jun 2008 10:49:15 +0000 (+0100) Subject: vt-d: Quieten down overzealous logging. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14192^2~63 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=3224311e2a97355f3def5179971ca59459509b49;p=xen.git vt-d: Quieten down overzealous logging. Signed-off-by: Keir Fraser --- diff --git a/xen/drivers/passthrough/io.c b/xen/drivers/passthrough/io.c index 6d6ddd69df..432b34ae23 100644 --- a/xen/drivers/passthrough/io.c +++ b/xen/drivers/passthrough/io.c @@ -253,9 +253,8 @@ void hvm_dpci_eoi(struct domain *d, unsigned int guest_gsi, { spin_unlock(&hvm_irq_dpci->dirq_lock); - gdprintk(XENLOG_INFO VTDPREFIX, - "hvm_dpci_eoi:: mirq = %x\n", machine_gsi); - stop_timer(&hvm_irq_dpci->hvm_timer[domain_irq_to_vector(d, machine_gsi)]); + stop_timer(&hvm_irq_dpci->hvm_timer[ + domain_irq_to_vector(d, machine_gsi)]); if ( (ent == NULL) || !ent->fields.mask ) pirq_guest_eoi(d, machine_gsi); } diff --git a/xen/drivers/passthrough/vtd/iommu.c b/xen/drivers/passthrough/vtd/iommu.c index aa3d7a0bf7..2e41d6f49e 100644 --- a/xen/drivers/passthrough/vtd/iommu.c +++ b/xen/drivers/passthrough/vtd/iommu.c @@ -1696,7 +1696,7 @@ static int init_vtd_hw(void) { iommu = drhd->iommu; if ( qinval_setup(iommu) != 0 ) - dprintk(XENLOG_ERR VTDPREFIX, + dprintk(XENLOG_INFO VTDPREFIX, "Queued Invalidation hardware not found\n"); } @@ -1704,7 +1704,7 @@ static int init_vtd_hw(void) { iommu = drhd->iommu; if ( intremap_setup(iommu) != 0 ) - dprintk(XENLOG_ERR VTDPREFIX, + dprintk(XENLOG_INFO VTDPREFIX, "Interrupt Remapping hardware not found\n"); }